home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 131 / XENIATGM131.iso / Shareware / openOffice.org 641 / Windows / f_0047 / sbasic.jar / text / sbasic / common / 03030204.xml < prev    next >
Extensible Markup Language  |  2001-09-07  |  2KB  |  28 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>Second Function [Runtime]</title><meta name="filename" content="text/sbasic/common/03030204"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         p.P1{
  5.                 }
  6.         span.T1{
  7.                 font-weight:bold;}
  8.         </style></head><body>
  9.   
  10.   
  11.   <help:to-be-embedded Eid="second" xmlns:help="http://openoffice.org/2000/help">
  12.   <p class="Head1"><help:link Id="66629">Second Function [Runtime]</help:link></p>
  13.   <p class="Paragraph">Returns an integer representing the second from the serial time number generated by TimeSerial or TimeValue.</p>
  14.   </help:to-be-embedded>
  15.   <p class="Paragraph"><span class="T1">Syntax</span>:</p>
  16.   <p class="Paragraph">Second (Number) <help:key-word value="Second" tag="kw66629_1" xmlns:help="http://openoffice.org/2000/help"/></p>
  17.   <p class="Paragraph"><span class="T1">Return value</span>:</p>
  18.   <p class="Paragraph">Integer</p>
  19.   <p class="Paragraph"><span class="T1">Parameter</span>:</p>
  20.   <p class="Paragraph">Number: Numeric expresion that contains the serial time number from which to calculate the second.</p>
  21.   <p class="Paragraph">This function is the inverse function of <span class="T1">TimeSerial</span>. It returns the second of a specified serial time value generated by <span class="T1">TimeSerial</span> or <span class="T1">TimeValue</span>. Thus, the expression</p>
  22.   <p class="Paragraph">Print Second(TimeSerial(12,30,41))</p>
  23.   <p class="Paragraph">returns the value 41.</p>
  24.   <p class="Paragraph"><span class="T1">Example:</span></p>
  25.   <p class="PropText">Sub ExampleSecond</p>
  26.   <p class="PropText">MsgBox "The exact second of the current time is "& Second( Now )</p>
  27.   <p class="PropText">End sub</p>
  28.  </body></html>